@font-face {
    font-family: font;
    src: url(../../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;

}
body{
    background-color: #f7f7f75c !important;
}
body *{
    text-transform: capitalize;
    text-decoration: none;
    font-family: font;
    list-style: none;
}
body a{
    color: black;
    text-decoration: none;
}
ul{
    padding: 0 !important;
    margin: 0 !important;
}
.m-shop-option{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 2em 5% !important;
    margin: 5em 0 !important;
    transform: translatey(15em);
    opacity: 0;
}
.m-shop-option li{
    width: 32%;
    height: auto;
    float: left;
    box-sizing: border-box;
    list-style: none;
    padding: 3em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(80 106 173);
    border-radius: 5px;
    margin: 1em 1%;
    background-color: white;
}
.m-shop-option li:first-child{
    margin-right: 0;
}
.m-shop-option li:last-child{
    margin-left: 0;
}
.m-shop-option i{
    font-size: 50px;
    color: rgb(80 106 173);
}
.m-shop-option li:hover i{
    color: #AF4BDE;
    transition: 0.4s;
}
.m-shop-option h3{
    margin: 1em 0;
    font-size: 22px;
    text-align: center;
}
.m-shop-option p{
    margin: 0;
    color: #6b6b6b;
    font-size: 14px;
    text-align: center;
}
@media only screen and (max-width:1200px){
    .m-shop-option {
        flex-direction: column;
        align-items: center;
    }
    .m-shop-option li {
        width: 30em;
        margin: 1em 0;
    }
}
@media only screen and (max-width:550px){
    .m-shop-option li {
        width: 100%;
    }
}
